Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    g(f(x,y),z)  → f(x,g(y,z))
2:    g(h(x,y),z)  → g(x,f(y,z))
3:    g(x,h(y,z))  → h(g(x,y),z)
There are 3 dependency pairs:
4:    G(f(x,y),z)  → G(y,z)
5:    G(h(x,y),z)  → G(x,f(y,z))
6:    G(x,h(y,z))  → G(x,y)
The approximated dependency graph contains one SCC: {4-6}. Hence the TRS is terminating.
Tyrolean Termination Tool  (0.02 seconds)   ---  May 3, 2006